From 761b38b3dbb510f16fdb1e0c2d09aba907bb2fde Mon Sep 17 00:00:00 2001 From: parkrrrr Date: Tue, 13 Dec 2005 15:20:11 +0000 Subject: [PATCH] an1 is a binary format; use bincompare git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@1652 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/testo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gpsbabel/testo b/gpsbabel/testo index 9a42aa07e..96a88be89 100755 --- a/gpsbabel/testo +++ b/gpsbabel/testo @@ -640,15 +640,15 @@ compare ${TMPDIR}/an1.out reference/an1-in.ref rm -f ${TMPDIR}/an1.out ${PNAME} -i an1 -f reference/foo.an1 -o an1 -F ${TMPDIR}/an1.out -compare ${TMPDIR}/an1.out reference/an1-an1.ref +bincompare ${TMPDIR}/an1.out reference/an1-an1.ref rm -f ${TMPDIR}/an1.out ${PNAME} -i xmap -f reference/xmap -o an1 -F ${TMPDIR}/an1.out -compare ${TMPDIR}/an1.out reference/an1-out.ref +bincompare ${TMPDIR}/an1.out reference/an1-out.ref rm -f ${TMPDIR}/an1.out ${PNAME} -i google -f reference/google.js -o an1 -F ${TMPDIR}/an1.out -compare ${TMPDIR}/an1.out reference/an1-line-out.ref +bincompare ${TMPDIR}/an1.out reference/an1-line-out.ref # # TomTom .ov2 tests -- 2.30.2